home *** CD-ROM | disk | FTP | other *** search
/ An Invitation to the Roland World of Music / Roland - An Invitation To The Roland World Of Music.bin / vb / vb30 / disk2 / setupwiz.in_ / setupwiz.bin
INI File  |  1993-04-27  |  4KB  |  113 lines

  1. [SETUPWIZ]             ; Key used by Setup Wizard.
  2. BOOTSTRAP=C:\VB3\SETUPKIT\KITFILES\SETUP.EXE
  3. SETUP1=C:\VB3\SETUPKIT\KITFILES\..\SETUP1\SETUP1.MAK
  4. VBEXE=C:\VB3\VB.EXE
  5. COMPRESS=C:\VB3\SETUPKIT\KITFILES\COMPRESS.EXE
  6.  
  7. ;    Add new entries for VBX or Data Access files that require additional
  8. ;    support files.  Do not include paths.  Setup Wizard will look for the files
  9. ;    in the WINDOW\SYSTEM, WINDOW, APP's dir, and the PATH.  If not found, you will 
  10. ;    be prompted for the files location.
  11. ;
  12. ;    Setup Wizard will automatically install DLL and VBX files into the WINDOW\SYSTEM
  13. ;    directory.  All other file extensions will be installed in your applications directory.
  14. ;    To explicitly install a file in the WINDOW\SYSTEM directory, use ':1', (no quotes) 
  15. ;    immeadiately after the file name.
  16. ;
  17. ; [FILENAME.VBX]
  18. ; FILE1=FileOne.DLL
  19. ; FILE2=FileTwo.DLL
  20. ; FILE3=FileThre.EXE:1
  21. ; etc....
  22. ;
  23. ; NOTE:  Installable ISAM file names are taken from VB.INI BUT
  24. ;        some IISAM's require additional files.  For example the
  25. ;        Btrieve IISAM (BTRV110.DLL) requires the WBTRCALL.DLL file.
  26. ;        WBTRCALL.DLL must be aquired from the vendor.
  27. ;
  28. ;        ODBC drivers listed in the Data Access dialog come from the ODBCINST.INI.
  29. ;        Specific additional files needed by each driver that ships with VB 3.0
  30. ;        are listed below.
  31. ;
  32.  
  33.  
  34. [CRYSTAL.VBX]
  35. file1=CRPE.DLL
  36. file2=CRXLATE.DLL   ; Needed when using the ToWords function
  37. file3=COMMDLG.DLL
  38.  
  39. [MSOLE2.VBX]
  40. file1=STORAGE.DLL
  41. file2=COMPOBJ.DLL
  42. file3=OLE2PROX.DLL
  43. file4=OLE2NLS.DLL
  44. file5=OLE2DISP.DLL
  45. file6=OLE2.DLL
  46. file7=SHARE.EXE:1
  47. file8=OLE2.REG:1
  48. file9=MSOLEVBX.DLL
  49. file10=OLE2UI.DLL
  50.  
  51. [OLECLIEN.VBX]
  52. file1=OLECLI.DLL
  53. file2=SHELL.DLL
  54.  
  55. [GRAPH.VBX]
  56. file1=GSWDLL.DLL
  57. file2=GSW.EXE:1
  58.  
  59. [CMDIALOG.VBX]
  60. file1=COMMDLG.DLL
  61.  
  62. [VBSQL.VBX]
  63. file1=DBNMP3.DLL
  64. file2=W3DBLIB.DLL
  65.  
  66. [OLE Automation]
  67. file1=VBOA300.DLL
  68.  
  69. [Financial]
  70. file1=MSAFINX.DLL
  71.  
  72. [DDE]
  73. file1=DDEML.DLL
  74.  
  75. [VB RUNTIME]             ; Key used by Setup Wizard.
  76. file1=VBRUN300.DLL
  77.  
  78. [ACCESS]                 ; Key used by Setup Wizard.  Access data engine files.
  79. file1=MSAES110.DLL
  80. file2=MSAJT110.DLL
  81. file3=VBDB300.DLL
  82. file4=SHARE.EXE:1        ; Access DLL's require 'SHARE.EXE /L:500' in autoexec.bat
  83.  
  84. [ODBC]                   ; Key used by Setup Wizard.  Basic ODBC files.  Setup Wizard will add code to SETUP1.FRM to update your end user's ODBCINST.INI.
  85. file1=ODBC.DLL
  86. file2=ODBCINST.DLL
  87. file3=ODBCINST.HLP:1     ; Install this file in the WINDOW\SYSTEM directory.
  88. file4=CTL3D.DLL
  89. file5=COMMDLG.DLL
  90.  
  91. [Btrieve]                ; Must match VB.INI Isam entry.  Additional files needed by this Installable Isam
  92. file1=WBTRCALL.DLL       ; Novell Btrieve DLL
  93.  
  94. [SQL Server]             ; Must match ODBCINST.INI entry.  Additional files needed by this ODBC Driver
  95. file1=SQLSRVR.DLL
  96. file2=DBNMP3.DLL
  97. file3=INSTCAT.SQL:1      ; ODBC Stored procedures file. Install this file in the WINDOW\SYSTEM directory.
  98.  
  99. ; Files used by the Crystal Report (*.RPT) files
  100.  
  101. [PDBJET.DLL]
  102. file1=PDBJET.DLL         ; Access DLL for Crystal Reports
  103. file2=PDIRJET.DLL        ; Access DLL for Crystal Reports
  104. file3=PDCTJET.DLL        ; Access DLL for Crystal Reports
  105. file4=MSABC110.DLL       ; Access DLL for Crystal Reports
  106. file5=MSAES110.DLL       ; Access DLL for Crystal Reports
  107. file6=MSAJT110.DLL       ; Access DLL for Crystal Reports
  108. file7=VBDB300.DLL        ; VB DLL for Crystal Reports
  109. file8=SHARE.EXE:1        ; Access DLL's require 'SHARE.EXE /L:500' in autoexec.bat
  110.  
  111. [PDSODBC.DLL]
  112. file1=PDSODBC.DLL        ; Crystal Report's ODBC DLL
  113.